Welcome![Sign In][Sign Up]
Location:
Search - c access database example

Search list

[Windows MobileMS Access file exadoce

Description: Setting up an ADOCE project using Visual C++ 6.0 is rather simple. Assuming that you have downloaded and installed the ADOCE SDK from Microsoft, you are ready to use it in your Windows CE Database applications. The sample that I have provided is a *very* simple one illustrating how to instantiate the proper COM objects, and the basics of how to interface with them (in a very simple example)
Platform: | Size: 5299 | Author: 张荣华 | Hits:

[ADO-ODBCASP.NET与数据库编程

Description: ASP.NET与数据库编程 1.在本实例中,使用的是SQL Server 2000的数据库而这里只给了对应的Access数据库,如果你想在你的机器上在运行程序需要在SQL Server下重新建立一样的数据库,或者使用前面介绍的导入导出工具将.mdb数据库转化为SQLServer数据库。 确保你的机器上的服务名,和程序中的代码要统一。 2.将library文件夹复制到C:\\Inetpub\\wwwroot\\目录下(一般情况是这样),即可运行程序 3.运行ASP.NET程序先要保证您的机器上正确的建立了一个站点,然后将这里的程序考入站点目录下即可。首页为WebForm1.aspx -ASP.NET programming with a database. In this example, the use of the SQL Server 2000 database here only to the corresponding Access database, if you want your machines running the program in SQL Server under the re-establishment of the same database, or use the above-described I. income derived tools. mdb database into a SQL Server database. Make sure your machine from the services, and procedures necessary to unify the code. 2. Library folder will be copied to C : \\ Inetpub \\ wwwroot \\ directory (this is the general), can run programs 3. Running ASP.NET procedures must ensure that your machine correct establishment of a site and then went to the procedures here directory site can be . Home for the WebForm1.aspx
Platform: | Size: 84184 | Author: yuli | Hits:

[ADO-ODBCado连接MDB数据库例子

Description: 在C++BUILDER中利用ADO存储ACCESS数据库的例子!-C BUILDER use ADO storage ACCESS database example!
Platform: | Size: 538722 | Author: 顾春峰 | Hits:

[Other resourceDBSCAN-csharp

Description: 程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Platform: | Size: 15653 | Author: Huang Yi | Hits:

[CSharpOLEDB

Description: 本示例说明如何在 C# 中使用 Microsoft Access 数据库。它显示如何创建数据集并从数据库向该数据集添加表。示例程序中使用的 BugTypes.mdb 数据库是一个 Microsoft Access 2000 .mdb 文件-this example of how the C# using the Microsoft Access database. It shows how to set up data from the database and data sets added to the table. The sample program used in the BugTypes.mdb database is a Microsoft Acces 's 2,000. mdb documents
Platform: | Size: 57720 | Author: tang | Hits:

[ADO-ODBCodbc

Description: 一个关于odbc数据库应用的经典例子-Odbc database application on a classic example of
Platform: | Size: 665600 | Author: 站长 | Hits:

[ADO-ODBC完美的SQLGridImage

Description: 这是在SQL Server 2000 下将图片、字符串保存到数据库的完美实例,用到的知识有:GridCtrl控件的使用,字符串保存,图片显示。(呆会上传Access数据库版的,以满足大家需要)-This is the SQL Server 2000 will be under the photo database string to preserve a perfect example, use of knowledge : GridCtrl control the use, preservation of the string, photographs show. (Stay will upload version of the Access database, we need to meet)
Platform: | Size: 558080 | Author: 江天右 | Hits:

[ADO-ODBCado连接MDB数据库例子

Description: 在C++BUILDER中利用ADO存储ACCESS数据库的例子!-C BUILDER use ADO storage ACCESS database example!
Platform: | Size: 538624 | Author: 顾春峰 | Hits:

[Other Databasesdatabrowser

Description: C#数据库编程实例: 程序设计和运行环境是: (1) 微软公司视窗2000 专业版 (2)C#.Net FrameWork SDK BETA 2 (3)Microsoft Access Data Component 2.6 ( MADC2.6 ) -Database Programming C# Example : program design and runtime environment is : (1) Microsoft Windows 2000 Professional (2) C#. Net FrameWork SDK BET A 2 (3) Microsoft Data Access Component 2.6 (MAD C2.6)
Platform: | Size: 95232 | Author: 白昕 | Hits:

[Other resourceDBSCAN-csharp

Description: 程序说明: Form1.cs是应用聚类算法DBSCAN (Density-Based Spatical Clustering of Application with Noise)的示例,可以通过两个参数EPS和MinPts调节聚类。 DBSCAN.cs是实现文件,聚类算法的进一步信息请参考“数据挖掘”或者相关书籍 聚类示例数据来自于sxdb.mdb,一个Access数据库。 已知问题及进一步改进建议: 问题:dbscan.cs行64,SortedList不支持重复键,因此若两个数据点距离相同则无法加入集合 解决:采用人为减小一个微小量,使数据点距离不同且不影响聚类结果 上一解决方案的问题:减小double.Epsilon微小量无助于使SortedList认为两点距离以及不同 解决:采用一个指数增长的微小量,连续重试直至SortedList认为距离已经不同 进一步改进建议:可能通过double的强制转型为内存中的byte类型(假设double型转为8个byte) 然后最后一个byte减去0x01可比较漂亮的解决问题,但是……呵呵,C#中我不会这个操作 也可以自己实现一个SortedList,支持重复键,当然,这,好像是微软应该做的工作了 ^_^ Eric Guo <http://www.cnblogs.com/ericguo/> -procedures : Form1.cs clustering algorithm is applied DBSCAN (Density-Based Spati cal Clustering of Application with Noise) example, two parameters can EPS and MinPts regulation clustering. DBSCAN.cs is, the clustering algorithm further information please refer to the "data mining" or books related data clustering example from sxdb.m db, an Access database. Known issues and recommendations for further improvement : : 64 dbscan.cs OK, SortedList not support duplicate keys, and therefore if two data points from the same pool can not be solved by adding : By applying an artificially reduce a small amount of data from different points without clustering results on the impact of a solution of the problem : double.Epsilon small decrease in the amount of helplessness to make that 2:00 S
Platform: | Size: 26624 | Author: Huang Yi | Hits:

[CSharpOLEDB

Description: 本示例说明如何在 C# 中使用 Microsoft Access 数据库。它显示如何创建数据集并从数据库向该数据集添加表。示例程序中使用的 BugTypes.mdb 数据库是一个 Microsoft Access 2000 .mdb 文件-this example of how the C# using the Microsoft Access database. It shows how to set up data from the database and data sets added to the table. The sample program used in the BugTypes.mdb database is a Microsoft Acces 's 2,000. mdb documents
Platform: | Size: 57344 | Author: tang | Hits:

[Other DatabasesUnit1

Description: C++Builder用DAO操作ACCESS数据库例子-C++ Builder operating ACCESS database using DAO example
Platform: | Size: 1024 | Author: | Hits:

[CSharptushuguanli

Description: 通过C#编写一个图书馆管理系统的实例,采用access数据库,可以实现借书、还书等图书管理的基本功能-Through C# The preparation of a library management system for example, using access database, you can realize a library, books, etc. The basic function of library management
Platform: | Size: 78848 | Author: lianghongshuo | Hits:

[.netdatabase

Description: MFC窗口编程一个C++访问SQL SERVER的例子,刚学习很简单,有好多有待提高-MFC programming window of a C++ Access SQL SERVER example, just to learn very simple, has a lot to be improve
Platform: | Size: 4301824 | Author: zcy | Hits:

[Database systemadoaccess

Description: visual c++ ADO连接ACCESS数据库例子-visual c++ ADO connection ACCESS database example
Platform: | Size: 166912 | Author: ohmygol | Hits:

[ADO-ODBCAccessDBUtilDemo

Description: C#操作ACCESS数据库的完整例子,分页,增删改-C# ACCESS database, complete example of operation, paging, additions and deletions
Platform: | Size: 403456 | Author: li | Hits:

[ADO-ODBCCPP-to-Access

Description: 下面以Access数据库为例说明,用C#的DataSet类访问数据库的一些操作方法。操作涉及的主要C#类有:DataSet:对应数据库表的一个集合,实际上是数据库表在内存中的一个缓存DataTable:对应数据库表,是数据库表行的集合DataRow:对应数据库表行 OleDbConnection:建立数据库连接OleDbDataAdapter:由数据库生成DataSet,并负责DataSet与数据库的同步OleDbCommandBuilder:生成更新数据库所需的指令DataSet、DataTable、DataRow用于数据在缓存中的操作,这上面的操作只有更新到数据库中,修改结果才会被永久保存。OleDbConnection 是用OLEDB方法连接数据库所必需的。-The following Access database, for example, methods of operation to access the database with C# DataSet class. Operation involves the main C# Class: DataSet: corresponds to a collection of database tables, is actually a database table in memory, a cache a DataTable: The corresponding database table, database table rows collection of a DataRow: the corresponding database table row The OleDbConnection: to establish a database connection the OleDbDataAdapter: generate a DataSet from the database, and is responsible for the DataSet The OleDbCommandBuilder of database synchronization: generate the instructions required to update the database a DataSet, DataTable, a DataRow For the operation of the data in the cache, the above operation only updates to the database, modify the results will be permanently saved. OleDbConnection to connect to the database using the OLEDB method necessary.
Platform: | Size: 17408 | Author: 月落乌啼 | Hits:

[CSharpC-and-Access

Description: 以Access数据库为例说明,用C#的DataSet类访问数据库的一些操作方法。-Access database, for example, methods of operation to access the database with C# DataSet class.
Platform: | Size: 15360 | Author: ziwei | Hits:

[CSharpBasic-Operation-database-using-C-Sharp

Description: 这是一个比较综合的操作数据库的例子,功能包括建立数据库,建立表,编辑表,对表进行各种查询、添加记录、修改记录、删除记录等功能,基本涵盖了数据库比较常用的几个功能,对于做数据库方面的系统或开发都有借鉴意义,尤其是我已将数据库的操作和SQL常用语句分别写成了一个类,这对于提高代码的重复使用率是非常好的。顺便说一句,这个例子是操作Access数据库的。当然操作其他数据库其实也差不多。-This is a more comprehensive example of the operation of the database, include the establishment of a database, creating tables, editing tables, various queries on the table, add records, modify records, delete records and other functions, covering several functions commonly used database for doing database development aspects of the system or have referential significance, especially common operations and SQL statements are written in the database I have a class, which improve code reuse is very good. Incidentally, this example is Operation Access database. Of course, in fact, almost other database operations.
Platform: | Size: 119808 | Author: 半山一叟 | Hits:

[CSharpC#高级编程第7版

Description: 作者:cIImmvm NAGEL 对于开发人员,把C掳言及其相关联的衄 点都不夸张。.NET提供了一种环境。在这个环境中,可以开发在W血b鹏上运行的几乎所有应用 程序,而C#是专门用于.blET FmmewOrk的编程语言。例如,使用唧可以编写动态Web页面、W血b昭 Presm忉uon凡⑾血俪应用程序、XbILWeb服务、分布式应用程序的组件、数据库访问组件、传统 的W跏s桌面应用程序,甚或可以联棚脱机运行的新型智能客户端应用程序。本书介绍.NET FramcwOrk4。如果读者使用以前的版本编码,本书的一些章节就不适用。本书将标注出专用于。NET Fra1newOrk4的新增内容。(Author: cIImmvm NAGEL For developers, the C into words and its associated bleeding. It's no exaggeration. .NET provides an environment. In this environment, almost all applications that can be developed on the W blood B ROC The program, and C# is a programming language dedicated to.BlET FmmewOrk. For example, the use of pumps can write dynamic Web page, W blood B Zhao Presm uon all his blood Dao Li application, XbILWeb services, distributed application components, database access components, the traditional The HP W s desktop application, or can be combined with the new studio offline smart client applications. This book introduces.NET FramcwOrk4. If the reader uses the previous version of the code, some chapters of this book are not applicable. This book will be marked out for special purposes. NET New content of Fra1newOrk4)
Platform: | Size: 98322432 | Author: 寒夜吟 | Hits:
« 12 3 4 »

CodeBus www.codebus.net